Viewing 15 posts - 586 through 600 (of 683 total)
Hi Vandy,
I'm finding it difficult to figure out what you're asking for. Could you give us some sample data and the query output you'd want from that data? That would...
March 17, 2006 at 8:02 am
You're kidding me
Height, weight, shoe size, religion, date of birth, birth place, marital status, penis length...
Need I go on?
March 17, 2006 at 7:01 am
I don't know about identifying me, but I have loads of attributes which help to describe me. I'm pretty sure I do, any way.
March 17, 2006 at 6:50 am
Come on, Sergiy, there's more to me than my passport. You can do better than that...
March 17, 2006 at 6:33 am
Erm... me? Does that count?
March 17, 2006 at 6:22 am
Thanks dobrzak
I'm not convinced there's not a more elegant/efficient approach - that's just the best I've thought of so far.
Since your table is...
March 17, 2006 at 5:37 am
Hi all,
Just to appy alzdba's example to your situation, Doug...
--This SQL script is safe to run
declare @t table (ColA int,...
March 17, 2006 at 5:22 am
If I had a penny for how many times this is requested...
--This SQL script is safe to...
March 17, 2006 at 4:57 am
Sergiy - does a table with a load of columns imply that it's not normalised?
March 17, 2006 at 4:43 am
I don't much like it, but here's one possibility...
--This SQL script is safe to run
March 17, 2006 at 4:35 am
Having said that, I've just noticed that some of the 'dates' are invalid dates (such as 31 Feb). Dobrzak - can you explain?
March 17, 2006 at 2:58 am
Vladan - how can you tell this is a varchar column, and not just different date settings? I'm in the UK, and dobrzak's posting is exactly how I would see date columns...
March 17, 2006 at 2:53 am
Hi Dionisis,
Something like this perhaps?
--This SQL script is safe to run
declare @t1 table (userlogin varchar(30), address1 varchar(30), address2 varchar(30), telephone varchar(30), zipcode varchar(30))
insert @t1 values ('aadamx02',...
March 17, 2006 at 2:47 am
Call me crazy , but I'd do this the normalised way (i.e. with no clientId in the documents table) until I found a good reason...
March 16, 2006 at 11:03 am
Viewing 15 posts - 586 through 600 (of 683 total)