Viewing 7 posts - 1 through 8 (of 8 total)
I do think it's MySQL. Sorry 🙁 Didn't know, thank you
November 29, 2011 at 2:54 am
Bump for help please
November 28, 2011 at 9:22 pm
Using code similar to that posted above:
ALTER TABLE TestTable ADD TestColumn AS'You owe $'+CONVERT(VARCHAR(9),Debt)
SELECT *
FROM TestTable
I've already created the table
Sorry, don't know much about SQL
I believe I'm using and SQL...
November 28, 2011 at 12:10 am
The "AS" phrase is producing an error :/?
November 26, 2011 at 8:14 pm
Kind of confused here 🙁
November 26, 2011 at 8:10 pm
Computed will alright
November 25, 2011 at 4:33 am
I use webyog, couldn't find a function to help me out with this 🙁
What's wrong with that code?
November 25, 2011 at 4:13 am
Viewing 7 posts - 1 through 8 (of 8 total)