Question : Is there anyway at all, ever to change the behavior of comments in psql. Take the query below. […]
Tag: comments
Can show the comments writing in the create table command?
Question : We can write comment to create a table: create database `mytest`; use `mytest`; create table `mytest` ( /* […]
Changing mysql table comment
Question : I know that mysql table comment can be defined at the creation with: create table (…)comment=’table_comment’; And you […]
Line Comment in MongoDB config file
Question : How to mark a line comment in mongodb configuration file? cpu=true #temporary for dev env Is this the […]
Can comments in stored procedures cause problems
Question : We’re running a webserver that calls stored procedures to compute complex queries. Using sp_who2, we’ve discovered a peculiar […]