🔍 Tìm kiếm trên Nosomovo Tech

Thẻ: Mysql

Nosomovo

Mysql connection string in C#

string Connectionstring = “SERVER=” + m_Server + “; PORT=” + m_Port + “;” + ” DATABASE=” + m_Database + “;” + “UID=”…

Nosomovo

How to get sub string in mysql?

In mysql, to get sub string of the string we use SUBSTRING function. This substring function syntax below: SUBSTRING(string,start_position,length) Example: SUBSTRING(“nosomovo”,3,4) The…

Định dạng dd/mm/yyyy trong mysql

Định dạng dd/mm/yyyy trong mysql

Khi thời gian bạn lưu trong csdl của mình là dạng timestamp, như khi hiển thị lên muốn nó có dạng dd/mm/yyyy. và…