Thursday, August 21, 2025

Print with separator

 

print("2025", "09", "21", sep="-")  


output :

2025-08-21

No comments:

Post a Comment

In Oracle database what is LOB and when use ?

 I n Oracle, LOB means Large Object . You use a LOB column when the data is too large , unstructured , or not practical to store in normal...