Romano_odK
Active Member
- Joined
- Jun 4, 2020
- Messages
- 380
- Office Version
- 365
- Platform
- Windows
Good afternoon,
In the below table I have 6 spaces behind the "location" text in column C. Is there a way to delete all off them in an instance. This sheet is a part of 2000 lines, so that's why I ask.
Thank you for your time.
In the below table I have 6 spaces behind the "location" text in column C. Is there a way to delete all off them in an instance. This sheet is a part of 2000 lines, so that's why I ask.
Thank you for your time.
Text 1 | Location | 3 | Text 4 | 5 | Itemcode | 6 | Text 7 | Query line |
update voorrd set maglok = ' | P02B | ' | where artcode = | ' | 100000 | ' | and magcode ='1' | update voorrd set maglok = 'P02B ' where artcode ='100000' and magcode ='1' |
update voorrd set maglok = ' | P04B | ' | where artcode = | ' | 100001 | ' | and magcode ='1' | update voorrd set maglok = 'P04B ' where artcode ='100001' and magcode ='1' |
update voorrd set maglok = ' | P02B | ' | where artcode = | ' | 100002 | ' | and magcode ='1' | update voorrd set maglok = 'P02B ' where artcode ='100002' and magcode ='1' |
update voorrd set maglok = ' | P04B | ' | where artcode = | ' | 100003 | ' | and magcode ='1' | update voorrd set maglok = 'P04B ' where artcode ='100003' and magcode ='1' |
update voorrd set maglok = ' | P02B | ' | where artcode = | ' | 100004 | ' | and magcode ='1' | update voorrd set maglok = 'P02B ' where artcode ='100004' and magcode ='1' |
update voorrd set maglok = ' | P01B | ' | where artcode = | ' | 100006 | ' | and magcode ='1' | update voorrd set maglok = 'P01B ' where artcode ='100006' and magcode ='1' |
update voorrd set maglok = ' | P03B | ' | where artcode = | ' | 100007 | ' | and magcode ='1' | update voorrd set maglok = 'P03B ' where artcode ='100007' and magcode ='1' |
update voorrd set maglok = ' | Q07A | ' | where artcode = | ' | 100008 | ' | and magcode ='1' | update voorrd set maglok = 'Q07A ' where artcode ='100008' and magcode ='1' |
update voorrd set maglok = ' | Q07A | ' | where artcode = | ' | 100009 | ' | and magcode ='1' | update voorrd set maglok = 'Q07A ' where artcode ='100009' and magcode ='1' |
update voorrd set maglok = ' | Q08B | ' | where artcode = | ' | 100010 | ' | and magcode ='1' | update voorrd set maglok = 'Q08B ' where artcode ='100010' and magcode ='1' |
update voorrd set maglok = ' | Q07A | ' | where artcode = | ' | 100011 | ' | and magcode ='1' | update voorrd set maglok = 'Q07A ' where artcode ='100011' and magcode ='1' |