0
If i use where to filter results by city and there is no data in the database then what will happen
If i use where to filter results by city and there is no data in the database then what will happen
2 Antworten
+ 3
You will get an empty recordset. That is, the result of your query will get 0 records.
+ 1
no data retrives