TorrediPisa
Programmer
Hello to everyone!
Suppose you have a simple one column Table (TABLE_01) like this:
Mark
AA_003
AA 003
AA003
AB_055
.....
I would like to create a query which returns:
AA_003
AA 003
AA003
when I search 'AA003'
For Example:
SELECT some_Function_here(MARK) FROM TABLE_01 WHERE MARK = 'AA003'
Is there exist such a function?
Thank you for yr attention
Best Regards
TdP
Suppose you have a simple one column Table (TABLE_01) like this:
Mark
AA_003
AA 003
AA003
AB_055
.....
I would like to create a query which returns:
AA_003
AA 003
AA003
when I search 'AA003'
For Example:
SELECT some_Function_here(MARK) FROM TABLE_01 WHERE MARK = 'AA003'
Is there exist such a function?
Thank you for yr attention
Best Regards
TdP