Viewing 4 posts - 91 through 94 (of 94 total)
Hi there,
Hope this helps ^__^
--131000
--220000
--230000
--500000
DECLARE @Table TABLE(TimeNumber INT)
INSERT INTO @Table
SELECT '131000'
UNION
SELECT '220000'
UNION
SELECT '230000'
UNION
SELECT '500000'
-- VARCHAR FORMAT
-- this is recomended for one that records the timer types which exceed 24 hours
SELECT...
August 24, 2008 at 10:08 pm
🙂 Hi there...
I'm not sure what your problems are but I'll try to help...
for the download, try downloading SQL Management Studio 2005 express edition, that's what i'm using right now....
August 24, 2008 at 8:23 pm
LOLZ
Man, thanks, I forgot about that. I remembered it as 27 raised to the -3 and not 1/3. man , i need t review my lessons T__T.
I remember doing that...
August 24, 2008 at 7:30 pm
(T_T) man, sorry, i miss typed the topic description. Its "OTHERS" not "ATHERS" . Sorry, I'm only 3 (O.o)...
By the way, where can you change the topic description of the...
August 22, 2008 at 3:07 am
Viewing 4 posts - 91 through 94 (of 94 total)