Use this tag for questions related to declare, which is usually meant for declaring variables, statements, etc.
I am trying to create and set a variable: DECLARE myId INT; SET myId = 5; However, I am getting invalid syntax …
mysql syntax-error mysql-workbench declareAs I found SELECT * FROM t INTO my_data; works only if: DO $$ DECLARE my_data t%ROWTYPE; BEGIN SELECT * …
postgresql types plpgsql declare select-intoI need to create a function in Postgres and one of the variables I declare is a predefined text array, …
arrays function postgresql plpgsql declareI get this warning in FF when developing a site of mine. I can't find any real info about it …
firefox character-encoding document declareI found serval node.js projects that have this at top of their app.js (as in this openshift program): #!/…
node.js openshift declare