I want to know if there is a way to list (get) all database names in Informix. I need the right query or stored procedure to do this.
According to the documentation , the command to get the list of databases on the server you are connected to is simple:
show databases
Alternatively, you can execute this query when connecting to the database sysmaster:
sysmaster
select * from sysdatabases
( ):
sysmaster: sysdatabases;
Source: https://habr.com/ru/post/1776694/More articles:individual domains in Google Contacts - c #Являются ли промежуточные файлы плохой практикой? - filegwt uibinder sets a unique identifier - javaВызов конструктора не по умолчанию для объекта в инициализации вектора - c++javascript element body.onclick attatch event setTimeout - javascriptFind IE violation of ECMAScript / JavaScript errors - javascriptPage request request T5 returns a blank layout in a heavy load test - jvmProblem with SD card of Android emulator - android(Android button), how to implement Two-line text with different colors on one button - androidjquery with two or more subselectors - jqueryAll Articles