shootingstar (#18) - City names whith result of A*? Is it posible? (#224) - Message List

City names whith result of A*? Is it posible?

Im got route from one city to another, and want to know not only roads names, but citys or smaller places names on this route. Is it posible?

  • Message #798

    Well, this depends a lot on how your data is organized.

    By default (and it also might depend on the wrapper) a SELECT * FROM function(...) returns only a basic result set, that's right. But it includes the gid, which you can then link with any other table.

    You can start with this small example here: SQLTipsAndTricks?