Gossamer Forum
Home : General : Databases and SQL :

PostGres Syntax

Quote Reply
PostGres Syntax
Hello everyone,
I am a first time visitor to this forum.

I was wondering if anyone knows what this syntax in postgres means?
What will be the equivalent in access database or sql server?

select name, xmin(the_geom), ymin(the_geom), xmax(the_geom), ymax(the_geom) from myTable

Thanks in advance