|
|
|
|
|
| | |
|
PowerASP active server pages asp.net microsoft .net framework sdk learn asp what is asp tutorial learn asp.net CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
SQL - selecting multiple values |
From: |
Raghavendra |
Date: |
4/2/2001 5:27:56 AM |
IP: |
61.1.145.88 |
How to select multiple values in the same column using SQL? I tried with the following code but didnt work. Do you have any idea!
sql = "SELECT * FROM ppel WHERE country LIKE 'India'"
for q = 1 to count
sql = sql & "AND rfr LIKE '"&trim(z(q))&"'"
end if
next
Raghu |
|
|
|
|
|
|
|
|
|
|
|
|