Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2006-12-04 : 08:17:11
|
| Lehel writes "i'm working in delphy 4 programing language as a studentihave a the next problem SELECT DISTINCT <table1.column1>,.......,<table1.columnx>,<table2.column1>,.......,<table2.columnxy>,FROM table1, table2 INNER JOIN table1 ON (<table1.Columnxx> = <table2.columnxy>), WHERE (<table1.column1> = <table1.columnx>,) AND (<table1.column1> LIKE '????') ??? this shoud be an Editbox text but how can i get it into the query witout ERROR Message Please a similar sintax to be modifiedWith a lot of thanks" |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2006-12-04 : 10:19:22
|
| >>how can i get it into the query witout ERROR Message What is the error you got?MadhivananFailing to plan is Planning to fail |
 |
|
|
|
|
|