![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
-----Original Message----- From: Jay Blanchard [mailto:jblanchard (AT) pocket (DOT) com] Sent: Thursday, April 20, 2006 10:46 AM To: Shaun; mysql (AT) lists (DOT) mysql.com Subject: RE: Working out Square Footage with Feet and Inches [snip] I have measurements of rooms stored in a table for each house in feet and inches, does anyone know how can I work out the square footage? [/snip] Convert to inches, multiply length * width, divide by 144 (one square foot) -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/mysql?unsub=d...e3ft (DOT) com |
#4
| |||
| |||
|
|
-----Original Message----- From: Jay Blanchard [mailto:jblanchard (AT) pocket (DOT) com] Sent: Thursday, April 20, 2006 10:46 AM To: Shaun; mysql (AT) lists (DOT) mysql.com Subject: RE: Working out Square Footage with Feet and Inches [snip] I have measurements of rooms stored in a table for each house in feet and inches, does anyone know how can I work out the square footage? [/snip] Convert to inches, multiply length * width, divide by 144 (one square foot) -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/mysql?unsub=d...e3ft (DOT) com |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
[snip] I read this as a SQL syntax question, not a math word problem. As in SELECT ..., (some expression equaling sq ft) AS sqft... [/snip] Cool, then do it! |
#7
| |||
| |||
|
|
Jay Blanchard wrote: [snip] I read this as a SQL syntax question, not a math word problem. As in SELECT ..., (some expression equaling sq ft) AS sqft... [/snip] Cool, then do it! It would all depend on how he has his feet and inches saved in the=20 table, and of course, the field names. If we can get that info then maybe we=20 would be better able to post a solution. |
#8
| |||
| |||
|
|
Jay Blanchard wrote: [snip] I read this as a SQL syntax question, not a math word problem. As in SELECT ..., (some expression equaling sq ft) AS sqft... [/snip] Cool, then do it! It would all depend on how he has his feet and inches saved in the table, and of course, the field names. If we can get that info then maybe we would be better able to post a solution. |
#9
| |||
| |||
|
|
I have stored the dimensions as decimal(4,2), does this make a difference? |
![]() |
| Thread Tools | |
| Display Modes | |
| |