Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.2] Docs for whereColumn function #2317

Closed
wants to merge 1 commit into from
Closed

[5.2] Docs for whereColumn function #2317

wants to merge 1 commit into from

Conversation

srmklive
Copy link
Contributor

@srmklive srmklive commented May 18, 2016

documentation for #13549

@vlakoff
Copy link
Contributor

vlakoff commented May 18, 2016

You probably meant laravel/framework#13549 ;-)

@srmklive
Copy link
Contributor Author

srmklive commented May 18, 2016

@vlakoff ouch 😆 .. I have corrected it now. Thanks.

The `whereColumn` method compares the values for given columns:

$users = DB::table('users')
->whereColumn('first_name', 'last_name')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not obvious what this is doing.

@taylorotwell
Copy link
Member

Duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants