1)I have the following query
select CRESTACode,Latitude,Longitude from airgeography..tgeography where countryname in (
'St. Maarten') and crestacode is not Null
Result:
CRESTACode Latitude Longitude
6 18.035187 -63.076599
How do I repeat this data multiple times to get 3000 rows of same data in a table ?