Infrastructure Map Server Forum
Welcome to Autodesk’s Infrastructure Map Server Forums. Share your knowledge, ask questions, and explore popular Infrastructure Map Server topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

SQL Statement

0 REPLIES 0
Reply
Message 1 of 1
Anonymous
292 Views, 0 Replies

SQL Statement

Hello to all !
Aim trying to make a “Zoom goto” with street names, but as you imagines the same street name exists in more than one city.
The source table is from a shp and it includes street name and the city name, but when I try to make the SQL statement and select street_name, city_name and Feature_GEOM, gives me an error, saying that “contains an invalid number of columns”.
The SQL statement that I use is:

select street_nam, city_nam, FEATURE_GEOM
from streets
where street_nam like '%%%s%%%' order by street_nam

well, what I ask is that is some way to make a concatenation for two of the columns (street_nam and city_nam), or some other way.
I hope I made my self understood.
Thank you all in advanced

Diogo David
0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report