I have following example:
SELECT [xls_Manufacturer List_2023-10-25].[Current ID], Len([Current ID]) AS Laenge, [xls_Manufacturer List_2023-10-25].Name, [xls_Manufacturer List_2023-10-25].[Current Name]
FROM [xls_Manufacturer List_2023-10-25];
Is there a function avaibale that transfere this MS-Access query to Knime workflow?
Thanks for this answers.
Interesting to know that an SQL query can be used in a Knime node.
But my idea was to get all needed Knime nodes for the same result als the SQL query does. In this example select database table, filter the colums, add an additional column that calculates the lenght of values in column [Current ID].
If Knime can do this it would be easy to transform e.g. MS Access to a Knime project.