I need to pull records where fee code is only numeric numbers.
What would be the criteria using the Visual Query Builder?
Thank you.
b467
1234
1h4t
Etc.
Hi @cowannbell
Please find the expected output.
Hope your issue is resolved. Feel free to mark helpful answers as a solution, so that future users with the same issue can find them easier!!!!
Many thanks
Shanker V
I'm trying to do this in the Visual Query Builder before I bring the data in.
Hi @cowannbell
Got it. Here it the solution.
I donot have a database connected now with current alteryx.
Hence pasting the Visual Query Builder SQL query.
Please paste and run the workflow to get the desired numeric value alone to be input.
SELECT columnname FROM tablename WHERE ISNUMERIC(columnname) = 1
After pasting the query, do the test. If its successful, you can run the workflow.
Hope your issue is resolved. Feel free to mark helpful answers as a solution, so that future users with the same issue can find them easier!!!!
Many thanks
Shanker V