SQL question
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I got a Access database, i have a table points where i store points coordinates, and the attributive information... I want to make a querry, to fetch some rows for example row 7, 39, 40, 578, 722 and so on... Will it be the right way: SELECT * FROM points where ID in(7,39,40,578,722)
-
I got a Access database, i have a table points where i store points coordinates, and the attributive information... I want to make a querry, to fetch some rows for example row 7, 39, 40, 578, 722 and so on... Will it be the right way: SELECT * FROM points where ID in(7,39,40,578,722)