/    Sign up×
Community /Pin to ProfileBookmark

Out of range value error message

Hello:

I’m trying to run a script and I’m receiving the following message:

Out of range value adjusted for column ‘length_feet’ at row 1

Query: UPDATE load_list SET order_no=’2′, truck_type=’VAN’, sub_category=’LTL-Less than Truck Load’, origination=’ORLANDO’, destination=’Lafayette’, miles=’4567′, length_feet=’length_feet’, length_inches=’6′, width_feet=’45’, width_inches=’6′, height_feet=’45’, height_inches=’6′, weight=’4567′, date_entered=NOW(), pickup_date=’12/05/2006′, commodity=’test6′, carrier_pay=’25.5′ WHERE list_id=6

Can someone help me out?

Thank you in advance.

to post a comment
PHP

1 Comments(s)

Copy linkTweet thisAlerts:
@so_is_thisNov 22.2006 — The message is telling you that this column requires a numeric value:
[code=php]
length_feet='length_feet'[/code]

If you're trying to use a variable there, then code it more like this:
[code=php]
length_feet='{$length_feet}'[/code]
×

Success!

Help @focus310 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.25,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...