Browsing Tag
esproc
3 posts
esProc SPL: Equivalent to the Python-enhanced DuckDB
For desktop data analysis users, if DuckDB is the handy ‘SQL Swiss Army Knife,’ then esProc SPL is…
Get the whole group where at least one member meets the specified condition #eg36
Below is a table queried from BigQuery database. Its 4th field has comma-separated strings. Use Java to do…
Is SQL a declarative language
When learning SQL, we often hear the saying that SQL is a declarative language. You just need to…