SOLVED
How to trim data
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
jmh8981
6 - Meteoroid
‎11-23-2023
02:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
Please guide on below,
input is - select col-1, col-2 from table where col-3<="date";
Required output- select col-1, col-2 from table;
Solved! Go to Solution.
Labels:
- Labels:
- Developer
2 REPLIES 2
16 - Nebula
‎11-23-2023
02:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi, I think Regex tool would help. See my WF s attached. I prepared my WF so as to cater the SQL query without "WHERE" clause.
‎11-23-2023
02:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
thank u it works.
