i see dead pixels
This blog is all about database technologies, including Oracle, SAP HANA and other stuff
February 19, 2021
July 11, 2017
July 14, 2016
No Pokemon Go leveling guide here
Nothing to see here, I am just trying to execute one command against a MySQL instance.
mysql
-u root -h localhost --password= --database= -e "show engine innodb
status\G"
April 07, 2016
Oracle 12c RMAN
RMAN> show all;
RMAN-06031: could not translate database keyword
check id:
export DBID="orcl"
RMAN-06031: could not translate database keyword
check id:
export DBID="orcl"
March 09, 2016
October 05, 2015
el capitan on lenovo x220
see guide at x220.mcdonnelltech.com
+ update clover + remove old backlight kext, install RehabMan-IntelBacklight-2015-0918.zip for backlight
update apple acpi kext
+ update clover + remove old backlight kext, install RehabMan-IntelBacklight-2015-0918.zip for backlight
update apple acpi kext
June 08, 2012
select Oracle "where rownum < 51" in SAP HANA
Syntax is as follows:
select top 50 m_tables.* from sys.m_tables
select top 50 m_tables.* from sys.m_tables
Subscribe to:
Comments (Atom)
-
Syntax is as follows: select top 50 m_tables.* from sys.m_tables
-
Type the following SQL in the SAP HANA Studio: select tables.table_name, tables.table_type from sys.tables where tables.table_name = UCASE...
-
see guide at x220.mcdonnelltech.com + update clover + remove old backlight kext, install RehabMan-IntelBacklight-2015-0918.zip for backlig...
