Matching grid zoneID with zone names
Is it possible to match "zoneid" number in "grid" and "grid_entries" with the proper zone name? If so how would I do that?
Thanks |
SELECT id,type,type2,long_name FROM grid,zone WHERE (grid.zoneid=zone.zoneidnumber)
and then run this SELECT gridid,number,x,y,z,heading,pause,long_name FROM grid_entries,zone WHERE (grid_entries.zoneid=zone.zoneidnumber) GeorgeS |
All times are GMT -4. The time now is 01:36 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.