TorrediPisa
Programmer
Hello to everyone!
Suppose you have a simple one column Table (TABLE_01) like this:
Mark
ABC 003
ABC003
DSA 234
FDR332
.....
I would like to create a query which returns:
ABC 003
ABC003
when I search for 'ABC003'
For Example:
SELECT some_Function_here(MARK) FROM TABLE_01 WHERE MARK = 'ABC003'
I already submitted this thread on SQL Server Forum and I've been suggested to use the implicit function "Replace" in the SQL clause, but unfortunately this function is not available in ACCESS97.
Is there exist such a function?
Best Regards
TdP
Suppose you have a simple one column Table (TABLE_01) like this:
Mark
ABC 003
ABC003
DSA 234
FDR332
.....
I would like to create a query which returns:
ABC 003
ABC003
when I search for 'ABC003'
For Example:
SELECT some_Function_here(MARK) FROM TABLE_01 WHERE MARK = 'ABC003'
I already submitted this thread on SQL Server Forum and I've been suggested to use the implicit function "Replace" in the SQL clause, but unfortunately this function is not available in ACCESS97.
Is there exist such a function?
Best Regards
TdP