VoiceGuide IVR Software Main Page
Jump to content

Database Help

Recommended Posts

Hi Admin,

I wanna know that what equation should i use to insert RV_DD, RV_MM, RV_HH, RV_NN, as one no. like 22 june 1:50 pm as 22061350 in database.

Thanks in advance,

Raj.

Share this post


Link to post

Just use the RV in places where you'd like them to be substituted by their values.

 

eg:

 

INSERT INTO CallRecord (TimeStamp) VALUES ('$RV_DD$RV_MM$RV_HH$RV_NN')

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×