I have a table ...
ID TXT
1 dogfood
1 catfood
1 catfood
1 catfood
2 dogfood
3 dogfood
3 <null>
4 <null>
5 dogfood
5 dogfood
5 dogfood
and I want it to produce ...
ID TXT
1 mixed
2 dogfood
3 mixed
4 <null>
5 dogfood
(in other words, if all txt values are the same for an id...
If you explicitly define storage for your CLOB columns, make sure that initial_extent is the same as next_extent (I have pctincrease of 0), otherwise you'll find a HUGE index for the CLOB will be created. Don't know if this is addressed in 8.1.6.
PS. Anybody got any tips on improving the...
"One or more properties could not be set on the query for OLE DB provider 'MSDASQL'. The provider could not support a required property."<br>
<br>
Connecting to a linked server (Oracle) from a network install of SQL Server and performing any SQL query gives the above message. When I...
My select statement to generate the DBGrid in VB6 contains a join from the data table to the reference table so descriptive text is displayed instead of a code number. When I change the text entry (via a dropdown from the appropriate column - button property set to true) the reference table is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.