Hy
Never use/practice SQL a lot, (vb... more, have free msde 2000) .
2 questions
A)is it simple to write a T-SQL query for having 2) at result starting
from 1) .
B)how to test dynamically sql with parmaeter ( using vb ADO)
1) before query
columA columB
d e <-same
e d <-same
e e
e d <-same
2)after query
columA columB
d e or e d
e e
Never use/practice SQL a lot, (vb... more, have free msde 2000) .
2 questions
A)is it simple to write a T-SQL query for having 2) at result starting
from 1) .
B)how to test dynamically sql with parmaeter ( using vb ADO)
1) before query
columA columB
d e <-same
e d <-same
e e
e d <-same
2)after query
columA columB
d e or e d
e e
Comment