Top "Dynamic-queries" questions

Is there a query language for JSON?

Is there a (roughly) SQL or XQuery-like language for querying JSON? I'm thinking of very small datasets that map nicely …

json nosql web-standards querying dynamic-queries
My SQL Dynamic query execute and get ouput into a variable in stored procedure

I generate a dynamic query in My sql Stored procedure. I wanna get the result of this query into a …

mysql stored-procedures sql dynamic-queries
how to pass variables this in dynamic query in sql

i using the dynamic query to pass the variables select a.TableName, COUNT(a.columnvalue) as '+'count'+' from …

sql dynamic-queries
Executing queries dynamically in PL/pgSQL

I have found solutions (I think) to the problem I'm about to ask for on Oracle and SQL Server, but …

postgresql aggregate-functions plpgsql dynamic-sql dynamic-queries
Assign function result to a table variable

The SQL Server (2000/2005) function gets the table name and the field name as parameters and returns results from a dynamic …

sql stored-procedures dynamic-queries
add column dynamically with select query

I have one table which has 20 columns default These 20 columns named as D1 D2 D3...D20 , now with select query …

sql sql-server sql-server-2008 dynamic-queries
Setting the FROM clause via parameter in MyBatis

I haven't been able to see anything in the documentation which speaks to my question, and upon deploying it, my …

ibatis mybatis dynamic-queries
Select all Table/View Names with each table Row Count in Teredata

I have been stuck into a question. The question is I want to get all Table name with their Row …

sql teradata rowcount tablename dynamic-queries