0
What does ? mean in sql
I have seen it in urls eg. http://www.aradergalleries.com/catgallery.php?id=2 this site uses an sql dbms
4 Answers
+ 2
the ? you see has nothing to do with sql its a html argument seperator the first is ? all others after that use &
+ 1
where serve para buscar uma informação especĂfica. Limitar os resultados obtidos
0
Oh thx
0
Im not sure nathan is correct. The ? could refer to dynamic parameters passed in as arguments.
For example if you're getting an id from a url it will show
"WHERE ID = ?"