Skip to main content
Post Closed as "Duplicate" by Arash GM, Szymon Stepniak, Milan Chheda, saurabh, Marvin
Formatting done; more tags
Link
Anonymous
  • 87.4k
  • 15
  • 163
  • 181

i haveI've a table with a column TIME type (named myTimemyTime). string t ="15:50:00"; howHow to convert and insert this string into myTimemyTime column (HH:MM:SS). thank you.

Thank you!

i have a table with a column TIME type (named myTime). string t ="15:50:00"; how to convert and insert this string into myTime column (HH:MM:SS). thank you.

I've a table with a column TIME type (named myTime). string t ="15:50:00"; How to convert and insert this string into myTime column (HH:MM:SS).

Thank you!

added 44 characters in body
Source Link

i have a string: stringtable with a column TIME type (named myTime). string t ="15:50:00"; how to convert and insert this string into mysql with time stylemyTime column (HH:MM:SS). thank you.

i have a string: string t ="15:50:00"; how to insert this string into mysql with time style (HH:MM:SS). thank you.

i have a table with a column TIME type (named myTime). string t ="15:50:00"; how to convert and insert this string into myTime column (HH:MM:SS). thank you.

Source Link
Loading