Tagged Questions
1
vote
8answers
622 views
Dynamic table design (common lookup table), need a nice query to get the values
sql2005
This is my simplified example:
(in reality there are 40+ tables in here, I only showed 2)
I got a table called tb_modules, with 3 columns (id, description, tablename as varchar):
1, ...
0
votes
1answer
479 views
SQL List Function Removing Precision
I am using the LIST function to create a ';' delimited list of values. The type is numeric (19,2). For some reason the precision appears to be ignored when using the list function. When performing a ...