Skip to content

Sihendri

Little Note about technology

Menu
  • Home
  • About
  • Contact
Menu

Tag: query

How To Substring Until First Space in Oracle String

Posted on March 8, 2023 by sihendri

To substring until the first space in an Oracle VARCHAR2 column, you can use the SUBSTR and INSTR functions together. The SUBSTR function extracts a substring from a string, and the INSTR function finds the position of a substring within a string. Here’s an example: SELECT SUBSTR(your_column, 1, INSTR(your_column, ‘ ‘) – 1) AS result…

Read more

Cara Melihat Script Object pada Sql Server

Posted on March 13, 2019March 13, 2019 by sihendri

::::::::::: YANG MASTER SQL SERVER GA PERLU BACA CATATAN INI:::::::::: Dalam pengembangan sebuah aplikasi basis data, kita membutuhkan untuk mengetahui script sebuah object seperti view, stored procedure atau function, baik untuk mengetahui flow nya seperti apa atau mungkin mau alter.

Read more

Categories

  • Docker
  • java
  • News
  • Oracle
  • sQL
  • Uncategorized
  • weblogic
  • Windows
  • Wordpress

Latest Post

  • SGA and PGA in Oracle Database Configuration
  • Rumor: NVIDIA GeForce RTX 4070 to be Released on April 13, 2023
  • ASUS Zenfone 10 Leak Reveals It Might No Longer Be Compact
  • How To Substring Until First Space in Oracle String
  • TikTok set daily screen time limit for under 18s to 60 minutes
©2023 Sihendri | Built using WordPress and Responsive Blogily theme by Superb