I need for numeric values added to my view (xmin,ymin,xmax,ymax) number values.
The table has geometry as a varbinary(max) value.
How would i get the bbox values from geometry field?
thanx for any suggestion.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From what I’ve understood, you can use
SUBSTRING()on yourvarbinarycolumn to extract individual bound values and then cast the result toint(if they areint).Something like this: